Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/128 - Bingo Card Generator/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/128 - Bingo Card Generator/index.html
395 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Bingo Card</title>
<link rel="stylesheet"
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/128 - Bingo Card Generator/readme.md
244 Views
0 Comments
# Bingo Card Generator

> This is a Bingo Card Generator using HTML, CSS, and JS.
It's an application which generates a unique B
script.js /cody/swapnilsparsh/30DaysOfJavaScript/128 - Bingo Card Generator/script.js
218 Views
0 Comments
function genNum() {
$b = Math.floor((Math.random()) * (15 - 1)) + 1;
$i = Math.floor((Math.random()) * (30 - 16)) + 16;
$n
style.css /cody/swapnilsparsh/30DaysOfJavaScript/128 - Bingo Card Generator/style.css
157 Views
0 Comments
.clear {
width: 100%;
clear: both;
}


.card {
float: left;